curl --request POST \
--url https://api.getmaxim.ai/v1/test-runs/share-report \
--header 'x-maxim-api-key: <api-key>'{
"data": {
"runs": [
{}
],
"total": 123
}
}Share a test run report
curl --request POST \
--url https://api.getmaxim.ai/v1/test-runs/share-report \
--header 'x-maxim-api-key: <api-key>'{
"data": {
"runs": [
{}
],
"total": 123
}
}Was this page helpful?